Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(g(a))  → f(s(g(b)))
2:    f(f(x))  → b
3:    g(x)  → f(g(x))
There are 4 dependency pairs:
4:    F(g(a))  → F(s(g(b)))
5:    F(g(a))  → G(b)
6:    G(x)  → F(g(x))
7:    G(x)  → G(x)
The approximated dependency graph contains one SCC: {5-7}.
Tyrolean Termination Tool  (0.02 seconds)   ---  May 3, 2006